home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
PInterfaces
/
Packages.p
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
73 lines
{
File: Packages.p
Contains: Package Manager Interfaces.
Version: Technology: System 7.5
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
}
{$IFC UNDEFINED UsingIncludes}
{$SETC UsingIncludes := 0}
{$ENDC}
{$IFC NOT UsingIncludes}
UNIT Packages;
INTERFACE
{$ENDC}
{$IFC UNDEFINED __PACKAGES__}
{$SETC __PACKAGES__ := 1}
{$I+}
{$SETC PackagesIncludes := UsingIncludes}
{$SETC UsingIncludes := 1}
{$IFC UNDEFINED __TYPES__}
{$I Types.p}
{$ENDC}
{$PUSH}
{$ALIGN MAC68K}
{$LibExport+}
{$IFC FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED }
CONST
listMgr = 0; { list manager }
dskInit = 2; { Disk Initializaton }
stdFile = 3; { Standard File }
flPoint = 4; { Floating-Point Arithmetic }
trFunc = 5; { Transcendental Functions }
intUtil = 6; { International Utilities }
bdConv = 7; { Binary/Decimal Conversion }
editionMgr = 11; { Edition Manager }
PROCEDURE InitPack(packID: INTEGER);
{$IFC NOT GENERATINGCFM}
INLINE $A9E5;
{$ENDC}
PROCEDURE InitAllPacks;
{$IFC NOT GENERATINGCFM}
INLINE $A9E6;
{$ENDC}
{$ENDC}
{$ALIGN RESET}
{$POP}
{$SETC UsingIncludes := PackagesIncludes}
{$ENDC} {__PACKAGES__}
{$IFC NOT UsingIncludes}
END.
{$ENDC}